type net/http.countingWriter

4 uses

	net/http (current package)
		fs.go#L946: type countingWriter int64
		fs.go#L948: func (w *countingWriter) Write(p []byte) (n int, err error) {
		fs.go#L949: 	*w += countingWriter(len(p))
		fs.go#L956: 	var w countingWriter